underrun$87003$ - traduzione in olandese
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

underrun$87003$ - traduzione in olandese

STATE
Buffer under-run; Underrun; Buffer underflow; Seamless Link; Buffer underruns

underrun      
v. ergens onderdoorgaan
Buffer underrun         
(computers) fout in inprenten van diskettes (wanneer snelheid van opname van gegevens kleiner is dan leessnelheid van de laserstraal vanwege langzaam opnameprogrammering of beperkte opslag van aandrijfeenheid)

Definizione

Underrun
·vt To run or pass under; especially (Naut.), to pass along and under, as a cable, for the purpose of taking it in, or of examining it.

Wikipedia

Buffer underrun

In computing, buffer underrun or buffer underflow is a state occurring when a buffer used for communicating between two devices or processes is fed with data at a lower speed than the data is being read from it. The term is distinct from buffer overflow, a condition where a portion of memory forms a buffer of a fixed size yet is filled with more than that amount of data. This requires the program or device reading from the buffer to pause its processing while the buffer refills. This can cause undesired and sometimes serious side effects because the data being buffered is generally not suited to stop-start access of this kind.

In terms of concurrent programming, a buffer underrun can be considered a form of resource starvation.

The terms buffer underrun and buffer underflow are also used for meaning buffer underwrite, a condition similar to buffer overflow, but where the program is tricked into writing before the beginning of the buffer, overriding potential data there, like permission bits.